home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TeX 1995 July
/
TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO
/
macros
/
latex209
/
contrib
/
trees
/
tree-dvips
/
lingmacros-manual.tex
/
internals.pl
< prev
next >
Wrap
Text File
|
1994-01-28
|
317b
|
15 lines
# LaTeX2HTML 2022 (Released January 1, 2022)
# Associate internals original text with physical files.
$key = q/senta/;
$ref_files{$key} = "$dir".q|lingmacros-manual_ct.html|;
$noresave{$key} = "$nosave";
$key = q/sentbb/;
$ref_files{$key} = "$dir".q|lingmacros-manual_ct.html|;
$noresave{$key} = "$nosave";
1;